home *** CD-ROM | disk | FTP | other *** search
/ The CICA Windows Explosion! / The CICA Windows Explosion! - Disc 2.iso / programr / appsrcs.zip / APPEXIT.ZIP / APPEXIT.H < prev    next >
C/C++ Source or Header  |  1993-03-13  |  266b  |  8 lines

  1. /* appexit.h */
  2.  
  3. #define IDC_BUTTONS 100
  4.  
  5. /* defined in AppExit.c */
  6. extern    int  PASCAL WinMain(HINSTANCE hInstance, HINSTANCE hPrevInstance, LPSTR lpszCmdLine, int nCmdShow);
  7. extern    long WINAPI WndProc(HWND hWnd, UINT message, WPARAM wParam, LPARAM lParam);
  8.